projects
/
util-linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac708ad
)
[PATCH 16/24] Adding Apple core names, distinguish by SoC/SiP name
author
ThomasKaiser
<ThomasKaiser@users.noreply.github.com>
Fri, 1 Jul 2022 09:24:04 +0000
(11:24 +0200)
committer
Chris Hofstaedtler
<zeha@debian.org>
Sat, 19 Nov 2022 15:48:44 +0000
(15:48 +0000)
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0016-Adding-Apple-core-names-distinguish-by-SoC-SiP-name.patch
sys-utils/lscpu-arm.c
patch
|
blob
|
history
diff --git
a/sys-utils/lscpu-arm.c
b/sys-utils/lscpu-arm.c
index 30977cd2a89291a7d5156e8b8fbd3968235cd435..7b9b364007b23787e0ca369dc8a3463973578fa9 100644
(file)
--- a/
sys-utils/lscpu-arm.c
+++ b/
sys-utils/lscpu-arm.c
@@
-159,9
+159,15
@@
static const struct id_part marvell_part[] = {
};
static const struct id_part apple_part[] = {
- { 0x022, "Icestorm" },
- { 0x023, "Firestorm" },
- { -1, "unknown" },
+ { 0x020, "Icestorm-T8101" },
+ { 0x021, "Firestorm-T8101" },
+ { 0x022, "Icestorm-T8103" },
+ { 0x023, "Firestorm-T8103" },
+ { 0x030, "Blizzard-T8110" },
+ { 0x031, "Avalanche-T8110" },
+ { 0x032, "Blizzard-T8112" },
+ { 0x033, "Avalanche-T8112" },
+ { -1, "unknown" },
};
static const struct id_part faraday_part[] = {